Skip to content

Fix some issues with edit prediction CLI - #46197

Merged
maxbrunsfeld merged 9 commits into
mainfrom
ep-batch-fixes
Jan 6, 2026
Merged

Fix some issues with edit prediction CLI#46197
maxbrunsfeld merged 9 commits into
mainfrom
ep-batch-fixes

Conversation

@maxbrunsfeld

@maxbrunsfeld maxbrunsfeld commented Jan 6, 2026

Copy link
Copy Markdown
Collaborator
  • Added --repo and --name flags for running only examples with a specific name, or repo (substring matching)
  • Fixed a race condition that caused hangs when running multiple examples at the same repo and sha
  • Fixed a bug where scoring was completely wrong because I had passed the arguments to apply_diff_to_string in the wrong order
  • The current evals now run quickly and without errors.

Release Notes:

  • N/A

@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Jan 6, 2026
@maxbrunsfeld
maxbrunsfeld merged commit 8ca6381 into main Jan 6, 2026
24 checks passed
@maxbrunsfeld
maxbrunsfeld deleted the ep-batch-fixes branch January 6, 2026 22:11
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
* Added `--repo` and `--name` flags for running only examples with a
specific name, or repo (substring matching)
* Fixed a race condition that caused hangs when running multiple
examples at the same repo and sha
* Fixed a bug where scoring was completely wrong because I had passed
the arguments to `apply_diff_to_string` in the wrong order
* The current evals now run quickly and without errors.

Release Notes:

- N/A
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
* Added `--repo` and `--name` flags for running only examples with a
specific name, or repo (substring matching)
* Fixed a race condition that caused hangs when running multiple
examples at the same repo and sha
* Fixed a bug where scoring was completely wrong because I had passed
the arguments to `apply_diff_to_string` in the wrong order
* The current evals now run quickly and without errors.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants